Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development
Coding the rowDisplay procedure
Next, you must code the
rowDisplayprocedure where your custom logic is written. This corresponds to therowDisplayprocedure in the viewer custom super procedure. The name of this procedure is significant because, as described earlier, the standard browser code automatically defines this internal procedure as the event procedure for theROW-DISPLAYevent when theScrollRemoteproperty is set on.There is a small amount of standard browser code for
rowDisplay, so it must firstRUNSUPER. Then it can contain exactly the same statements as a corresponding viewer. You will create equivalent support functions to make this work properly, as shown:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |